home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / cmpar392.zip / CMTCSC10.MF < prev    next >
Text File  |  1992-03-30  |  5KB  |  111 lines

  1. % Computer Modern Typewriter Caps and Small Caps 10 point
  2. if unknown cmbase: input cmbase fi
  3.  
  4. font_identifier:="CMTCSC"; font_size 10pt#;
  5.  
  6. % first come parameters used to set the uppercase letters
  7. % (including some for lowercase that aren't actually used)
  8. u#:=21/36pt#;      % unit width
  9. width_adj#:=0pt#;    % width adjustment for certain characters
  10. serif_fit#:=0pt#;    % extra sidebar near lowercase serifs
  11. cap_serif_fit#:=0pt#;    % extra sidebar near uppercase serifs
  12. letter_fit#:=0pt#;    % extra space added to all sidebars
  13.  
  14. body_height#:=250/36pt#;  % height of tallest characters
  15. asc_height#:=220/36pt#;    % height of lowercase ascenders
  16. cap_height#:=220/36pt#;    % height of caps
  17. fig_height#:=220/36pt#;    % height of numerals
  18. x_height#:=155/36pt#;    % height of lowercase without ascenders
  19. math_axis#:=110/36pt#;    % axis of symmetry for math symbols
  20. bar_height#:=79/36pt#;    % height of crossbar in lowercase e
  21. comma_depth#:=50/36pt#;    % depth of comma below baseline
  22. desc_depth#:=80/36pt#;    % depth of lowercase descenders
  23.  
  24. crisp#:=22/36pt#;    % diameter of serif corners
  25. tiny#:=22/36pt#;    % diameter of rounded corners
  26. fine#:=21/36pt#;    % diameter of sharply rounded corners
  27. thin_join#:=21/36pt#;    % width of extrafine details
  28. hair#:=25/36pt#;    % lowercase hairline breadth
  29. stem#:=25/36pt#;    % lowercase stem breadth
  30. curve#:=25/36pt#;    % lowercase curve breadth
  31. ess#:=22/36pt#;      % breadth in middle of lowercase s
  32. flare#:=32/36pt#;    % diameter of bulbs or breadth of terminals
  33. dot_size#:=36/36pt#;    % diameter of dots
  34. cap_hair#:=25/36pt#;    % uppercase hairline breadth
  35. cap_stem#:=25/36pt#;    % uppercase stem breadth
  36. cap_curve#:=25/36pt#;    % uppercase curve breadth
  37. cap_ess#:=25/36pt#;    % breadth in middle of uppercase s
  38. rule_thickness#:=25/36pt#;  % thickness of lines in math symbols
  39.  
  40. dish#:=0pt#;      % amount erased at top or bottom of serifs
  41. bracket#:=0pt#;      % vertical distance from serif base to tangent
  42. jut#:=34/36pt#;      % protrusion of lowercase serifs
  43. cap_jut#:=34/36pt#;    % protrusion of uppercase serifs
  44. beak_jut#:=0pt#;    % horizontal protrusion of beak serifs
  45. beak#:=34/36pt#;    % vertical protrusion of beak serifs
  46. vair#:=22/36pt#;    % vertical diameter of hairlines
  47. notch_cut#:=25/36pt#;    % maximum breadth above or below notches
  48. bar#:=22/36pt#;      % lowercase bar thickness
  49. slab#:=22/36pt#;    % serif and arm thickness
  50. cap_bar#:=22/36pt#;    % uppercase bar thickness
  51. cap_band#:=22/36pt#;    % uppercase thickness above/below lobes
  52. cap_notch_cut#:=25/36pt#;  % max breadth above/below uppercase notches
  53. serif_drop#:=0pt#;    % vertical drop of sloped serifs
  54. stem_corr#:=0pt#;    % for small refinements of stem breadth
  55. vair_corr#:=0pt#;    % for small refinements of hairline height
  56. apex_corr#:=10/36pt#;    % extra width at diagonal junctions
  57.  
  58. o#:=4/36pt#;      % amount of overshoot for curves
  59. apex_o#:=3/36pt#;    % amount of overshoot for diagonal junctions
  60.  
  61. slant:=0;      % tilt ratio $(\Delta x/\Delta y)$
  62. fudge:=0.81;      % factor applied to weights of heavy characters
  63. math_spread:=-1;    % extra openness of math symbols
  64. superness:=1/sqrt2;    % parameter for superellipses
  65. superpull:=0;      % extra openness inside bowls
  66. beak_darkness:=0;    % fraction of triangle inside beak serifs
  67. ligs:=0;      % level of ligatures to be included
  68.  
  69. square_dots:=false;    % should dots be square?
  70. hefty:=true;      % should we try hard not to be overweight?
  71. serifs:=true;      % should serifs and bulbs be attached?
  72. monospace:=true;    % should all characters have the same width?
  73. variant_g:=false;    % should an italic-style g be used?
  74. low_asterisk:=true;    % should the asterisk be centered at the axis?
  75. math_fitting:=false;    % should math-mode spacing be used?
  76.  
  77. % now come replacements used to set the lowercase caps
  78.  
  79. lower.u#:=21/36pt#;    % unit width
  80. lower.width_adj#:=0pt#;    % width adjustment for certain characters
  81. lower.cap_serif_fit#:=0pt#;  % extra sidebar near uppercase serifs
  82. lower.letter_fit#:=3/36pt#;  % extra space added to all sidebars
  83.  
  84. lower.body_height#:=190/36pt#;  % height of tallest characters
  85. lower.cap_height#:=170/36pt#;  % height of caps
  86. lower.x_height#:=120/36pt#;  % height of lowercase without ascenders
  87. lower.bar_height#:=62/36pt#;  % height of crossbar in lowercase e
  88. lower.comma_depth#:=38/36pt#;  % depth of comma below baseline
  89.  
  90. lower.flare#:=30/36pt#;    % diameter of bulbs or breadth of terminals
  91. lower.cap_hair#:=25/36pt#;  % uppercase hairline breadth
  92. lower.stem#:=25/36pt#;    % lowercase stem breadth
  93. lower.cap_stem#:=25/36pt#;  % uppercase stem breadth
  94. lower.cap_curve#:=25/36pt#;  % uppercase curve breadth
  95. lower.cap_ess#:=25/36pt#;  % breadth in middle of uppercase s
  96.  
  97. lower.cap_jut#:=26/36pt#;  % protrusion of uppercase serifs
  98. lower.beak_jut#:=0pt#;    % horizontal protrusion of beak serifs
  99. lower.beak#:=26/36pt#;    % vertical protrusion of beak serifs
  100. lower.slab#:=22/36pt#;    % serif and arm thickness
  101. lower.cap_bar#:=22/36pt#;  % uppercase bar thickness
  102. lower.cap_band#:=22/36pt#;  % uppercase thickness above/below lobes
  103. lower.cap_notch_cut#:=24/36pt#;  % max breadth above/below uppercase notches
  104.  
  105. lower.o#:=3/36pt#;    % amount of overshoot for curves
  106. lower.apex_o#:=2/36pt#;    % amount of overshoot for diagonal junctions
  107.  
  108. lower.fudge:=0.85;    % factor applied to weights of heavy characters
  109.  
  110. generate csc      % switch to the driver file
  111.